public void tick() {
super.tick();
if (isEnabled()) {
if (!hasWayPoint()) {
getScoreBoard().takeLives(1);
this.remove();
public void tick() {
super.tick();
if (!isEnabled()) {
return;
}